home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / ircII / signals < prev    next >
Encoding:
Text File  |  1993-05-04  |  542 b   |  15 lines

  1. ircII behavior can be changed from the unix command prompt using signals:
  2. use 'ps -xc' or 'ps -f' to list your active processes, then locate
  3. the number in the PID column of the line about irc. You can then use:
  4.   unix> kill -USR1 <pid>    to close all DCC connections
  5.                                 and terminate all EXEC'ed processes
  6.   unix> kill -KILL <pid>    to close the irc process
  7.  
  8. You can get more information about the above commands in the unix manual:
  9.   man 1 kill
  10.   man 1 ps
  11.   
  12. See also:
  13.   EXEC
  14.   DCC CLOSE
  15.